/**
 * This file was automatically generated. DO NOT MODIFY IT BY HAND.
 */
import { StubMapping } from './stub-mapping.model';
export interface StubMappings {
    mappings?: StubMapping[];
    meta?: {
        total: number;
        [k: string]: any;
    };
    [k: string]: any;
}
