superdesk/superdesk-client-core

View on GitHub
scripts/extensions/booleanField/src/interfaces.ts

Summary

Maintainability
A
0 mins
Test Coverage
export type IValueOperational = boolean | null;
export type IValueStorage = IValueOperational;
export type IUserPreferences = never;