@aleph-sdk/monorepo
    Preparing search index...

    Type Alias GetAccountFilesResponse

    type GetAccountFilesResponse = {
        address: string;
        files: AccountFile[];
        pagination_page: number;
        pagination_per_page: number;
        pagination_total: number;
        total_size: number;
    }
    Index

    Properties

    address: string
    files: AccountFile[]
    pagination_page: number
    pagination_per_page: number
    pagination_total: number
    total_size: number