Documentation
    Preparing search index...

    Type Alias FolderCoverImage

    A cover image of a folder.

    type FolderCoverImage = {
        id: AssetInstanceId;
        path: string;
    }
    Index

    Properties

    Properties

    Id of the asset instance this cover image relates to.

    path: string