Hierarchy

  • Init

Properties

Properties

auth?: {
    $case: "token";
    token: string;
} | {
    $case: "apiKey";
    apiKey: string;
}
spaceId: string

Generated using TypeDoc