You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 23, 2024. It is now read-only.
* @api-data showing (string) - Whether the values of the upload_quota.space fields
* are for the lifetime quota or the periodic quota.
* + Members
* - `periodic`
* - `lifetime`
When compiling this, Mill sees it as just a string and ignores the supplied enums. Ideally, this data would be written as enum instead of string, but Mill should be able to detect that it's a string+enums.
When compiling this, Mill sees it as just a string and ignores the supplied enums. Ideally, this data would be written as
enum
instead ofstring
, but Mill should be able to detect that it's a string+enums.// @kenyavs
The text was updated successfully, but these errors were encountered: