9 lines
117 B
JavaScript
9 lines
117 B
JavaScript
|
// @flow
|
||
|
|
||
|
declare type PlayingUri = {
|
||
|
uri: string,
|
||
|
pathname: string,
|
||
|
commentId?: string,
|
||
|
source?: string,
|
||
|
};
|