/** * Generated by orval v7.21.0 ๐Ÿบ * Do not edit manually. * Web4Ai API * OpenAPI spec version: 0.1.0 */ export type ListMediaParams = { /** * ๊ฐ์‹คยท๋ฉ”๋‰ด ๋‹จ์œ„ ์‚ฌ์ง„๋งŒ */ unit_id?: string | null; publishable_only?: boolean; };