DisBot
    Preparing search index...

    Type Alias MessageTemplatesCreateOrConnectWithoutGuildsInput

    type MessageTemplatesCreateOrConnectWithoutGuildsInput = {
        create: XOR<
            MessageTemplatesCreateWithoutGuildsInput,
            MessageTemplatesUncheckedCreateWithoutGuildsInput,
        >;
        where: MessageTemplatesWhereUniqueInput;
    }
    Index

    Properties

    Properties