Type alias APIKeyWithoutValue

APIKeyWithoutValue: {
    __typename: "APIKeyWithoutValue";
    description?: string | null;
    lastUsed?: string | null;
    name?: string | null;
    urn?: string | null;
}

Type declaration

  • __typename: "APIKeyWithoutValue"
  • Optional description?: string | null
  • Optional lastUsed?: string | null
  • Optional name?: string | null
  • Optional urn?: string | null

Generated using TypeDoc