5 lines
87 B
TypeScript
5 lines
87 B
TypeScript
export interface IImageCreationDescriptor {
|
|
imageUrl: string;
|
|
imageTag?: string;
|
|
}
|