Hierarchy

  • GetAPIKeyList

Properties

Properties

api_keys: {
    created_at: string;
    expires_at: any;
    id: string;
    key: string;
    name: string;
    rights: string[];
    updated_at: string;
}[]

Type declaration

  • created_at: string
  • expires_at: any
  • id: string
  • key: string
  • name: string
  • rights: string[]
  • updated_at: string

Generated using TypeDoc