Type alias CreateGroupAccessArg

CreateGroupAccessArg: {
    createGroupAccessBody: CreateGroupAccessBody;
    granteeId: string;
    groupId: string;
}

Type declaration