prorm API Reference
    Preparing search index...

    Interface UserInfo

    interface UserInfo {
        user: string;
        host: string;
        plugin?: string;
        passwordExpired?: boolean;
        accountLocked?: boolean;
        createTime?: Date;
    }
    Index
    user: string
    host: string
    plugin?: string
    passwordExpired?: boolean
    accountLocked?: boolean
    createTime?: Date