diff options
| author | Matt Mayer <[email protected]> | 2023-04-21 01:44:26 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-20 20:44:26 +0200 |
| commit | bf67a219365d63c9430d4935056752859eaeaa8f (patch) | |
| tree | 5d1a635e038016e56c319a008b51ffc474537654 /docs/api/api-types.ts | |
| parent | a001ac5cf284d3027b9726f1f1f5f3fa14bc7bf4 (diff) | |
| download | faker-bf67a219365d63c9430d4935056752859eaeaa8f.tar.xz faker-bf67a219365d63c9430d4935056752859eaeaa8f.zip | |
docs: strikethrough deprecated methods on api index (#2067)
Diffstat (limited to 'docs/api/api-types.ts')
| -rw-r--r-- | docs/api/api-types.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/api/api-types.ts b/docs/api/api-types.ts index f5dcd659..d8678f9d 100644 --- a/docs/api/api-types.ts +++ b/docs/api/api-types.ts @@ -6,6 +6,7 @@ export interface APIHeader { anchor: string; text: string; + deprecated: boolean; } /** |
