DisBot
    Preparing search index...

    Interface TagsFieldRefs

    Fields of the Tags model

    interface TagsFieldRefs {
        CommandDescription: Prisma.FieldRef<"Tags", "String">;
        FilterTextFromMessages: Prisma.FieldRef<"Tags", "String[]">;
        GuildId: Prisma.FieldRef<"Tags", "String">;
        Id: Prisma.FieldRef<"Tags", "Int">;
        IsEnabled: Prisma.FieldRef<"Tags", "Boolean">;
        IsShlashCommand: Prisma.FieldRef<"Tags", "Boolean">;
        IsTextInputCommand: Prisma.FieldRef<"Tags", "Boolean">;
        MessageTemplateId: Prisma.FieldRef<"Tags", "String">;
        PermissionRoleId: Prisma.FieldRef<"Tags", "String">;
        ShlashCommandId: Prisma.FieldRef<"Tags", "String">;
        TagId: Prisma.FieldRef<"Tags", "String">;
        TriggerKeywords: Prisma.FieldRef<"Tags", "String[]">;
        UUID: Prisma.FieldRef<"Tags", "String">;
    }
    Index

    Properties

    CommandDescription: Prisma.FieldRef<"Tags", "String">
    FilterTextFromMessages: Prisma.FieldRef<"Tags", "String[]">
    GuildId: Prisma.FieldRef<"Tags", "String">
    Id: Prisma.FieldRef<"Tags", "Int">
    IsEnabled: Prisma.FieldRef<"Tags", "Boolean">
    IsShlashCommand: Prisma.FieldRef<"Tags", "Boolean">
    IsTextInputCommand: Prisma.FieldRef<"Tags", "Boolean">
    MessageTemplateId: Prisma.FieldRef<"Tags", "String">
    PermissionRoleId: Prisma.FieldRef<"Tags", "String">
    ShlashCommandId: Prisma.FieldRef<"Tags", "String">
    TagId: Prisma.FieldRef<"Tags", "String">
    TriggerKeywords: Prisma.FieldRef<"Tags", "String[]">
    UUID: Prisma.FieldRef<"Tags", "String">