Home > notion-types > GoogleDriveBlock
Signature:
export interface GoogleDriveBlock extends BaseBlock
Extends: BaseBlock
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' |