prorm API Reference
    Preparing search index...

    Interface GrantOptions

    interface GrantOptions {
        privileges: PrivilegeType[];
        on: PrivilegeScope;
        to: string | string[];
        host?: string;
        withGrantOption?: boolean;
        asUser?: string;
    }
    Index
    privileges: PrivilegeType[]
    to: string | string[]
    host?: string
    withGrantOption?: boolean
    asUser?: string