DisBot
    Preparing search index...

    Type Alias GuildsCreateOrConnectWithoutGuildLogsInput

    type GuildsCreateOrConnectWithoutGuildLogsInput = {
        create: XOR<
            GuildsCreateWithoutGuildLogsInput,
            GuildsUncheckedCreateWithoutGuildLogsInput,
        >;
        where: GuildsWhereUniqueInput;
    }
    Index

    Properties

    Properties