export interface IApiControllerIdentityPlan {
    controllerName: string;
    field: string;
    parameter: string;
    schemaName: string;
    signature: string;
}
