Type alias PatchRoleAccessByIdArg

PatchRoleAccessByIdArg: {
    accountId: string;
    patchRoleAccessBody: PatchRoleAccessBody;
    roleId: string;
}

Type declaration