DisBot
    Preparing search index...

    Type Alias GuildAutoPublishCreateOrConnectWithoutGuildsInput

    type GuildAutoPublishCreateOrConnectWithoutGuildsInput = {
        create: XOR<
            GuildAutoPublishCreateWithoutGuildsInput,
            GuildAutoPublishUncheckedCreateWithoutGuildsInput,
        >;
        where: GuildAutoPublishWhereUniqueInput;
    }
    Index

    Properties

    Properties