export interface StrapiFileUrlType {
    data: {
        attributes: {
            url: string;
        }
    }
}