@@ -15,6 +15,8 @@ export interface IMatter {
export interface IGatherMatter extends IMatter {
businessID: string;
+ formPermission?:string[];
+ profilePermission?:string[];
}
export interface IStepMatter {