Type alias GetProjectAccessByIdArg

GetProjectAccessByIdArg: {
    granteeId: string;
    projectId: string;
}

Type declaration

  • granteeId: string
  • projectId: string