@seamapi/http - v1.122.0
    Preparing search index...

    Type Alias SpacesListParameters

    type SpacesListParameters = {
        connected_account_id?: string;
        customer_key?: string;
        limit?: number;
        page_cursor?: string;
        parent_space_id?: string;
        parent_space_key?: string;
        search?: string;
        space_key?: string;
    }
    Index

    Properties

    connected_account_id?: string
    customer_key?: string
    limit?: number
    page_cursor?: string
    parent_space_id?: string
    parent_space_key?: string
    search?: string
    space_key?: string