Type Alias SetFileHeadersResponse

SetFileHeadersResponse: ApiResponse<{
    fileId: string;
    headers: Record<string, unknown> | null;
}>