interface FilesPermission {
    file: string;
    public: boolean;
}

Properties

Properties

file: string
public: boolean