- Preparing search index...
- The search index is not available
@uspacy/sdk
Interface ISaveAccountResponse
Properties
data
data: { activity_type: EEventsValues; description: string; direction: EServicesAccountDirectionType; id: number; integration: { account: { created_at: string; email: string; id: number; name: string; picture: string; provider: oauthProvider; updated_at: string; user_id: number; }; account_id: number; active: boolean; created_at: string; id: number; status: EServicesAccountStatuses; type: oauthType; updated_at: string; }; integration_id: number; last_sync_at: string; remote_calendar_id: string; selected: boolean; sync_types: EEventsValues[]; timezone: string; title: string; }
Type declaration
-
-
description: string
-
-
id: number
-
integration: {
account: {
created_at: string;
email: string;
id: number;
name: string;
picture: string;
provider: oauthProvider;
updated_at: string;
user_id: number;
};
account_id: number;
active: boolean;
created_at: string;
id: number;
status: EServicesAccountStatuses;
type: oauthType;
updated_at: string;
}
-
account: {
created_at: string;
email: string;
id: number;
name: string;
picture: string;
provider: oauthProvider;
updated_at: string;
user_id: number;
}
-
created_at: string
-
email: string
-
id: number
-
name: string
-
picture: string
-
-
updated_at: string
-
user_id: number
-
account_id: number
-
active: boolean
-
created_at: string
-
id: number
-
-
-
updated_at: string
-
integration_id: number
-
last_sync_at: string
-
remote_calendar_id: string
-
selected: boolean
-
-
timezone: string
-
title: string