6 lines
79 B
JavaScript
6 lines
79 B
JavaScript
// @flow
|
|
|
|
declare type WebFile = File & {
|
|
path?: string,
|
|
title?: string,
|
|
}
|