mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
refactor: remove node-fetch dependency and use native fetch API (#12097)
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
*/
|
||||
export interface RequestLocalization {
|
||||
/**
|
||||
* A valid timezone id supported by @see java.time.ZoneId
|
||||
* A valid timezone id supported by {@link java.time.ZoneId}
|
||||
*/
|
||||
timezone?: string;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user