mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-15 05:37:32 +00:00
fix(mobile): progress styles (#9001)
fix AF-1875, fix AF-1878, fix AF-1879
This commit is contained in:
@@ -268,6 +268,7 @@ export type ErrorDataUnion =
|
||||
| DocAccessDeniedDataType
|
||||
| DocHistoryNotFoundDataType
|
||||
| DocNotFoundDataType
|
||||
| InvalidEmailDataType
|
||||
| InvalidHistoryTimestampDataType
|
||||
| InvalidPasswordLengthDataType
|
||||
| InvalidRuntimeConfigTypeDataType
|
||||
@@ -387,6 +388,11 @@ export interface HumanReadableQuotaType {
|
||||
storageQuota: Scalars['String']['output'];
|
||||
}
|
||||
|
||||
export interface InvalidEmailDataType {
|
||||
__typename?: 'InvalidEmailDataType';
|
||||
email: Scalars['String']['output'];
|
||||
}
|
||||
|
||||
export interface InvalidHistoryTimestampDataType {
|
||||
__typename?: 'InvalidHistoryTimestampDataType';
|
||||
timestamp: Scalars['String']['output'];
|
||||
|
||||
Reference in New Issue
Block a user