export type APIKeyExpiry = {
    /**
     * The user name.
     */
    name: string;
    /**
     * The expiry time of the API key.
     */
    api_key_expiry: string;
};
//# sourceMappingURL=APIKeyExpiry.d.ts.map