DisBot
    Preparing search index...

    Interface GuildComponentManagerFieldRefs

    Fields of the GuildComponentManager model

    interface GuildComponentManagerFieldRefs {
        Buttons: Prisma.FieldRef<"GuildComponentManager", "Json[]">;
        GuildId: Prisma.FieldRef<"GuildComponentManager", "String">;
        Id: Prisma.FieldRef<"GuildComponentManager", "Int">;
        Modals: Prisma.FieldRef<"GuildComponentManager", "Json[]">;
        Selectmenus: Prisma.FieldRef<"GuildComponentManager", "Json[]">;
    }
    Index

    Properties

    Buttons: Prisma.FieldRef<"GuildComponentManager", "Json[]">
    GuildId: Prisma.FieldRef<"GuildComponentManager", "String">
    Id: Prisma.FieldRef<"GuildComponentManager", "Int">
    Modals: Prisma.FieldRef<"GuildComponentManager", "Json[]">
    Selectmenus: Prisma.FieldRef<"GuildComponentManager", "Json[]">