MOCKS2
Variable: MOCKS2
constMOCKS2: ({error:Error;request: {query:DocumentNode;variables: {organizationId?:undefined;orgid:string;role?:undefined;userid:string;userId?:undefined; }; }; } | {error:Error;request: {query:DocumentNode;variables: {organizationId:string;orgid?:undefined;role?:undefined;userid?:undefined;userId:string; }; }; } | {error:Error;request: {query:DocumentNode;variables: {organizationId:string;orgid?:undefined;role:string;userid?:undefined;userId:string; }; }; })[]
Defined in: src/components/UsersTableItem/UserTableItemMocks.ts:57