DisBot
    Preparing search index...

    Type Alias GuildSecurityCreateOrConnectWithoutGuildsInput

    type GuildSecurityCreateOrConnectWithoutGuildsInput = {
        create: XOR<
            GuildSecurityCreateWithoutGuildsInput,
            GuildSecurityUncheckedCreateWithoutGuildsInput,
        >;
        where: GuildSecurityWhereUniqueInput;
    }
    Index

    Properties

    Properties