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