adobe-firefly-sdk
    Preparing search index...

    Type Alias PaginatedAssetsWritable

    PaginatedAssets

    Represents a paginated list of assets

    type PaginatedAssetsWritable = {
        children?: AssetWritable[];
        paging?: Pagination;
    }
    Index

    Properties

    Properties

    children?: AssetWritable[]
    paging?: Pagination