interface Config<L> {
    axiosConfig?: CreateAxiosDefaults<any>;
    language?: L;
    responseOptions?: {
        ignore_null?: boolean;
    };
}

Type Parameters

Properties

axiosConfig?: CreateAxiosDefaults<any>
language?: L
responseOptions?: {
    ignore_null?: boolean;
}

Type declaration

  • Optionalignore_null?: boolean

    Delete properties that have a null value