DateString
Home > @gooddata/sdk-model > DateString
DateString type
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Date string - ISO-8601 calendar date string, eg.: '2018-12-30'
Signature:
export declare type DateString = string;