Type alias GenerateApiKeyResponse

GenerateApiKeyResponse: {
    api_key: string;
    id: string;
}

Type declaration

  • api_key: string
  • id: string

Generated using TypeDoc