interface ACL {
    list: string[];
}

Properties

Properties

list: string[]