Type alias GetRoleAccessByIdArg

GetRoleAccessByIdArg: {
    accountId: string;
    roleId: string;
}

Type declaration

  • accountId: string
  • roleId: string