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

    Type Alias PermissionCreateOrConnectWithoutResourceInput

    type PermissionCreateOrConnectWithoutResourceInput = {
        create: Prisma.XOR<
            PermissionCreateWithoutResourceInput,
            PermissionUncheckedCreateWithoutResourceInput,
        >;
        where: PermissionWhereUniqueInput;
    }
    Index

    Properties

    Properties