Type Alias Key

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