export interface IJsonApiConfig {
    multipleKeyDelimiter: string;
}
