Type Alias Spaces

type Spaces = {
    data?: Space[];
    links?: { next?: Link; prev?: Link; self: Link };
    meta?: {
        count: number;
        personalSpace?: { actions: ActionName[]; resourceType: string };
    };
}
Index

Properties

Properties

data?: Space[]
links?: { next?: Link; prev?: Link; self: Link }
meta?: {
    count: number;
    personalSpace?: { actions: ActionName[]; resourceType: string };
}

Type declaration

  • count: number

    The total number of spaces matching the current filter.

  • Optional ReadonlypersonalSpace?: { actions: ActionName[]; resourceType: string }

    The meta related to personal space when applicable.

    • actions: ActionName[]

      The list of actions allowed by the current user in this space.

    • resourceType: string

      resource type