setImage.d.ts 109 B

1234
  1. export declare function setImage(image?: string): {
  2. '@type': string;
  3. url: string;
  4. } | undefined;