DisBot
    Preparing search index...

    Type Alias GuildsCreateNestedOneWithoutGuildComponentManagerInput

    type GuildsCreateNestedOneWithoutGuildComponentManagerInput = {
        connect?: GuildsWhereUniqueInput;
        connectOrCreate?: GuildsCreateOrConnectWithoutGuildComponentManagerInput;
        create?: XOR<
            GuildsCreateWithoutGuildComponentManagerInput,
            GuildsUncheckedCreateWithoutGuildComponentManagerInput,
        >;
    }
    Index

    Properties