DisBot
    Preparing search index...

    Type Alias GuildsCreateOrConnectWithoutSpotifyNotificationsInput

    type GuildsCreateOrConnectWithoutSpotifyNotificationsInput = {
        create: XOR<
            GuildsCreateWithoutSpotifyNotificationsInput,
            GuildsUncheckedCreateWithoutSpotifyNotificationsInput,
        >;
        where: GuildsWhereUniqueInput;
    }
    Index

    Properties

    Properties