Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 925 Bytes

notion-types.googledriveblock.md

File metadata and controls

21 lines (14 loc) · 925 Bytes

Home > notion-types > GoogleDriveBlock

GoogleDriveBlock interface

Signature:

export interface GoogleDriveBlock extends BaseBlock 

Extends: BaseBlock

Properties

Property Type Description
file_ids string[]
format { drive_status: { authed: boolean; last_fetched: number; }; drive_properties: { url: string; icon: string; title: string; file_id: string; trashed: boolean; version: string; thumbnail: string; user_name: string; modified_time: number; }; }
type 'drive'