@makehq/sdk
    Preparing search index...

    Type Alias GetPrivateSpaceOptions<C>

    Options for retrieving a private space.

    type GetPrivateSpaceOptions<C extends keyof PrivateSpace = never> = {
        cols?: C[] | ["*"];
    }

    Type Parameters

    • C extends keyof PrivateSpace = never

      Keys of the PrivateSpace type to include in the response

    Index

    Properties

    Properties

    cols?: C[] | ["*"]

    Specific columns/fields to include in the response. In addition to the list columns, get() supports the usage totals operations, transfer and centicredits (computed from analytics storage; the API responds with 503 when that storage is unavailable).