mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Fix tag visibilities values (#44384)
There is a two available value for tag : public or internal https://ghost.org/docs/api/v3/content/#tags The actual values in code coresponds to post status
This commit is contained in:
parent
0d004ec6f1
commit
23f8ba5c0c
2
types/tryghost__content-api/index.d.ts
vendored
2
types/tryghost__content-api/index.d.ts
vendored
@ -88,7 +88,7 @@ export interface Author extends Identification, Metadata {
|
||||
};
|
||||
}
|
||||
|
||||
export type TagVisibility = 'public' | 'draft' | 'scheduled';
|
||||
export type TagVisibility = 'public' | 'internal';
|
||||
|
||||
export interface Tag extends Identification, Metadata {
|
||||
name?: string;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user