aboutsummaryrefslogtreecommitdiff
path: root/src/definitions/system.ts
diff options
context:
space:
mode:
authorDivisionByZero <[email protected]>2023-01-29 22:33:12 +0100
committerGitHub <[email protected]>2023-01-29 21:33:12 +0000
commit52e9c1c43769d94f3f2c7be8e52504a46aa7cd74 (patch)
treea3eb1a14306f7c6817176cae366fc0fd9538276a /src/definitions/system.ts
parent64f480d214dc0bd173b0921025c8a1ad76d12c0f (diff)
downloadfaker-52e9c1c43769d94f3f2c7be8e52504a46aa7cd74.tar.xz
faker-52e9c1c43769d94f3f2c7be8e52504a46aa7cd74.zip
refactor(system): replace mime db with common dataset (#1788)
Diffstat (limited to 'src/definitions/system.ts')
-rw-r--r--src/definitions/system.ts5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/definitions/system.ts b/src/definitions/system.ts
index b344fad4..fd61cf30 100644
--- a/src/definitions/system.ts
+++ b/src/definitions/system.ts
@@ -19,8 +19,5 @@ export type SystemDefinitions = LocaleEntry<{
* The mime-type entry details.
*/
export interface SystemMimeTypeEntryDefinitions {
- source?: string;
- extensions?: string[];
- compressible?: boolean;
- charset?: string;
+ extensions: string[];
}