DisBot
    Preparing search index...

    Type Alias GuildsCreateNestedOneWithoutGuildCommandMangerInput

    type GuildsCreateNestedOneWithoutGuildCommandMangerInput = {
        connect?: GuildsWhereUniqueInput;
        connectOrCreate?: GuildsCreateOrConnectWithoutGuildCommandMangerInput;
        create?: XOR<
            GuildsCreateWithoutGuildCommandMangerInput,
            GuildsUncheckedCreateWithoutGuildCommandMangerInput,
        >;
    }
    Index

    Properties