export interface UsageParameters {
    /**
     * The authentication key as found in your account settings.
     * @type {string}
     */
    auth_key: string;
}
