PeerTube/shared/models/search/boolean-both-query.model.ts

2 lines
57 B
TypeScript
Raw Normal View History

export type BooleanBothQuery = 'true' | 'false' | 'both'