PluginConfigUser

interface PluginConfigUser {
    GID?: number;
    UID?: number;
}

Properties

Properties

GID?: number
UID?: number