adobe-firefly-sdk
    Preparing search index...

    Type Alias PaginatedProjectsWritable

    PaginatedProjects

    Represents a paginated list of projects

    type PaginatedProjectsWritable = {
        items?: ProjectAssetWritable[];
        paging?: Pagination;
    }
    Index

    Properties

    Properties

    paging?: Pagination