export interface IFMPPopulateRequestBodyJson {
    member?: string;
    layout: string[];
    data: any;
}
