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