interface CreateApiKeyDto {
    name: string;
}

Properties

Properties

name: string

Example

"Default API Key"

Generated using TypeDoc