Interface IAPIKeyCreate

interface IAPIKeyCreate {
    description: string;
    expiry?: string;
    sub?: string;
    subType?: string;
}

Properties

description: string
expiry?: string
sub?: string
subType?: string