interface UmbUserPermissionModel {
    $type: string;
    verbs: string[];
}

Properties

Properties

$type: string
verbs: string[]
""