@robert-brightline/auth-db - v0.0.21
    Preparing search index...

    Type Alias PermissionUpsertWithWhereUniqueWithoutResourceInput

    type PermissionUpsertWithWhereUniqueWithoutResourceInput = {
        create: Prisma.XOR<
            PermissionCreateWithoutResourceInput,
            PermissionUncheckedCreateWithoutResourceInput,
        >;
        update: Prisma.XOR<
            PermissionUpdateWithoutResourceInput,
            PermissionUncheckedUpdateWithoutResourceInput,
        >;
        where: PermissionWhereUniqueInput;
    }
    Index

    Properties

    Properties