Micrio Client - v6.1.12
    Preparing search index...

    Type Alias BundleResponse

    type BundleResponse = {
        album?: GalleryConfig;
        images: BundleImage[];
        organisation?: Organisation;
        spaces?: { data: Space; id: string }[];
    }
    Index

    Properties

    images: BundleImage[]
    organisation?: Organisation
    spaces?: { data: Space; id: string }[]