Type alias APIKeyInput

APIKeyInput: {
    description?: string | null;
    groups?: string[] | null;
    name: string;
}

Type declaration

  • Optional description?: string | null
  • Optional groups?: string[] | null
  • name: string

Generated using TypeDoc