DisBot
    Preparing search index...

    Type Alias GuildChannelLinksScalarWhereWithAggregatesInput

    type GuildChannelLinksScalarWhereWithAggregatesInput = {
        AND?:
            | GuildChannelLinksScalarWhereWithAggregatesInput
            | GuildChannelLinksScalarWhereWithAggregatesInput[];
        ChannelId?: StringWithAggregatesFilter<"GuildChannelLinks">
        | string;
        GuildId?: StringWithAggregatesFilter<"GuildChannelLinks"> | string;
        Id?: IntWithAggregatesFilter<"GuildChannelLinks"> | number;
        LinkedWith?: StringNullableListFilter<"GuildChannelLinks">;
        NOT?:
            | GuildChannelLinksScalarWhereWithAggregatesInput
            | GuildChannelLinksScalarWhereWithAggregatesInput[];
        OR?: GuildChannelLinksScalarWhereWithAggregatesInput[];
        SyncFlags?: StringNullableListFilter<"GuildChannelLinks">;
        UsersCanSelectIds?: StringNullableListFilter<"GuildChannelLinks">;
        UUID?: StringWithAggregatesFilter<"GuildChannelLinks"> | string;
        WebhookUrl?: StringWithAggregatesFilter<"GuildChannelLinks"> | string;
    }
    Index

    Properties

    ChannelId?: StringWithAggregatesFilter<"GuildChannelLinks"> | string
    GuildId?: StringWithAggregatesFilter<"GuildChannelLinks"> | string
    Id?: IntWithAggregatesFilter<"GuildChannelLinks"> | number
    LinkedWith?: StringNullableListFilter<"GuildChannelLinks">
    SyncFlags?: StringNullableListFilter<"GuildChannelLinks">
    UsersCanSelectIds?: StringNullableListFilter<"GuildChannelLinks">
    UUID?: StringWithAggregatesFilter<"GuildChannelLinks"> | string
    WebhookUrl?: StringWithAggregatesFilter<"GuildChannelLinks"> | string