Type alias GetGroupAccessByIdArg

GetGroupAccessByIdArg: {
    granteeId: string;
    groupId: string;
}

Type declaration

  • granteeId: string
  • groupId: string