Type Alias GuildAutoLiveRoleScalarWhereInput

GuildAutoLiveRoleScalarWhereInput: {
    AND?: GuildAutoLiveRoleScalarWhereInput | GuildAutoLiveRoleScalarWhereInput[];
    NOT?: GuildAutoLiveRoleScalarWhereInput | GuildAutoLiveRoleScalarWhereInput[];
    OR?: GuildAutoLiveRoleScalarWhereInput[];
    dbId?: StringFilter<"GuildAutoLiveRole"> | string;
    guildId?: StringFilter<"GuildAutoLiveRole"> | string;
    roleId?: StringFilter<"GuildAutoLiveRole"> | string;
}