export default interface ApiModelConfig {
    source?: string | null;
    route: string;
}
