Searched refs:ContentsJson (Results 1 – 6 of 6) sorted by relevance
3 import { ContentsJson } from './AssetContents';12 }): Promise<ContentsJson['images']>;
15 export interface ContentsJson { interface29 export declare function writeContentsJsonAsync(directory: string, { images }: Pick<ContentsJson, 'i…
1 …ContentsJson {\n images: ContentsJsonImage[];\n info: {\n version: number;\n author: strin…
1 …ContentsJson, writeContentsJsonAsync } from './AssetContents';\n\nconst { getProjectName } = IOSCo…
28 export interface ContentsJson { interface48 { images }: Pick<ContentsJson, 'images'>
7 import { ContentsJson, writeContentsJsonAsync } from './AssetContents';46 const imagesJson: ContentsJson['images'] = await generateUniversalIconAsync(projectRoot, {79 ): Promise<ContentsJson['images']> {