prorm API Reference
    Preparing search index...

    Interface PrivilegeInfo

    interface PrivilegeInfo {
        grantee: string;
        privilegeType: string;
        tableSchema?: string;
        tableName?: string;
        columnName?: string;
        isGrantable: boolean;
    }
    Index
    grantee: string
    privilegeType: string
    tableSchema?: string
    tableName?: string
    columnName?: string
    isGrantable: boolean