@wxn0brp/gate-warden
    Preparing search index...

    Interface CheckParams

    interface CheckParams {
        db: ValtheraCompatible;
        debugLog?: number;
        entityId: string;
        flag: number;
        user: User;
    }
    Index

    Properties

    db: ValtheraCompatible
    debugLog?: number
    entityId: string
    flag: number
    user: User