Filter Images by surfaces
Summary: Adds a capability to filter images by surfaces. Note: I will allow multi select in the next diff, stacked on the current one. Reviewed By: passy Differential Revision: D14158223 fbshipit-source-id: d96d73b94a8a442f3b60f656bc573b328c5500ad
This commit is contained in:
committed by
Facebook Github Bot
parent
520ffec7c9
commit
863088e7cf
@@ -37,6 +37,7 @@ export type ImageData = {|
|
||||
height: number,
|
||||
sizeBytes: number,
|
||||
data: ImageBytes,
|
||||
surface?: string,
|
||||
|};
|
||||
|
||||
// getImage({imageId: string}) -> ImageData
|
||||
|
||||
Reference in New Issue
Block a user