prorm API Reference
    Preparing search index...

    Interface RevokeOptions

    interface RevokeOptions {
        privileges: PrivilegeType[];
        on: PrivilegeScope;
        from: string | string[];
        host?: string;
        cascade?: boolean;
        restrict?: boolean;
        grantOptionFor?: boolean;
    }
    Index
    privileges: PrivilegeType[]
    from: string | string[]
    host?: string
    cascade?: boolean
    restrict?: boolean
    grantOptionFor?: boolean