export type SharedLinkCreateRequest = { short_url?: string | null; file_id?: string; canvas_id?: string; };