6 lines
130 B
TypeScript
6 lines
130 B
TypeScript
import { FeatureDescription } from '@standardnotes/features'
|
|
|
|
export type UserFeaturesData = {
|
|
features: FeatureDescription[]
|
|
}
|