interface File {
    description: { text: string };
    icon_url: string;
    title: { file_url: string; text: string };
    type: "file";
}

Properties

description: { text: string }
icon_url: string
title: { file_url: string; text: string }
type: "file"