interface
APIKey
interface APIKey { ... }A newly created API key including its one-time secret.
Source packages/protocol/src/generated.ts:243
idstring- The id value.
namestring- The name value.
keystring- The key value.
createdAtstring- The createdAt value.
expiresAtstring- The expiresAt value.