DisBot
    Preparing search index...

    Type Alias GuildsCreateOrConnectWithoutSecurityInput

    type GuildsCreateOrConnectWithoutSecurityInput = {
        create: XOR<
            GuildsCreateWithoutSecurityInput,
            GuildsUncheckedCreateWithoutSecurityInput,
        >;
        where: GuildsWhereUniqueInput;
    }
    Index

    Properties

    Properties