Type alias Key

Key: {
    actions: string[];
    createdAt: Date;
    description: string;
    expiresAt: Date;
    indexes: string[];
    key: string;
    name: string | null;
    uid: string;
    updatedAt: Date;
}

Type declaration

  • actions: string[]
  • createdAt: Date
  • description: string
  • expiresAt: Date
  • indexes: string[]
  • key: string
  • name: string | null
  • uid: string
  • updatedAt: Date