mirror of
https://github.com/standardnotes/app.git
synced 2026-01-11 19:56:41 +00:00
7 lines
174 B
TypeScript
7 lines
174 B
TypeScript
import { ApplicationIdentifier } from '@standardnotes/common'
|
|
|
|
export type ApplicationDescriptor = {
|
|
identifier: ApplicationIdentifier
|
|
label: string
|
|
primary: boolean
|
|
}
|