UNPKG

97 BJavaScriptView Raw
1export type Request = {
2 id: string,
3 name: ?string,
4 status: string,
5 type: string
6}
\No newline at end of file