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

    Type Alias PermissionUpsertWithWhereUniqueWithoutAppInput

    type PermissionUpsertWithWhereUniqueWithoutAppInput = {
        create: Prisma.XOR<
            PermissionCreateWithoutAppInput,
            PermissionUncheckedCreateWithoutAppInput,
        >;
        update: Prisma.XOR<
            PermissionUpdateWithoutAppInput,
            PermissionUncheckedUpdateWithoutAppInput,
        >;
        where: PermissionWhereUniqueInput;
    }
    Index

    Properties

    Properties