gerson
2024-07-27 e970a262bdc8c62e157dedd6a95047682eef66ec
1
2
3
4
5
6
export type ImgProps = {
    key: string;
    label: string;
    value: string;
    url: string;
};