2 lines
51 B
TypeScript
2 lines
51 B
TypeScript
export type GridFeatureMode = 'client' | 'server';
|
export type GridFeatureMode = 'client' | 'server';
|