DisBot
    Preparing search index...

    Type Alias GuildsCreateNestedOneWithoutSpotifyNotificationsInput

    type GuildsCreateNestedOneWithoutSpotifyNotificationsInput = {
        connect?: GuildsWhereUniqueInput;
        connectOrCreate?: GuildsCreateOrConnectWithoutSpotifyNotificationsInput;
        create?: XOR<
            GuildsCreateWithoutSpotifyNotificationsInput,
            GuildsUncheckedCreateWithoutSpotifyNotificationsInput,
        >;
    }
    Index

    Properties