correction

This commit is contained in:
Balázs Orbán
2023-01-05 13:12:06 +01:00
parent bd9c4b0d6a
commit 58b72616a2

View File

@@ -52,9 +52,9 @@ export interface MattermostProfile {
}
disable_welcome_email: boolean
/** ID of accepted terms of service, if any. This field is not present if empty. */
terms_of_service_id: string
terms_of_service_id?: string
/** The time in milliseconds the user accepted the terms of service */
terms_of_service_create_at: number
terms_of_service_create_at?: number
}
export default function Mattermost<P extends MattermostProfile>(