DisBot
    Preparing search index...

    Type Alias GuildsCreateOrConnectWithoutGuildComponentManagerInput

    type GuildsCreateOrConnectWithoutGuildComponentManagerInput = {
        create: XOR<
            GuildsCreateWithoutGuildComponentManagerInput,
            GuildsUncheckedCreateWithoutGuildComponentManagerInput,
        >;
        where: GuildsWhereUniqueInput;
    }
    Index

    Properties

    Properties