mirror of
https://github.com/standardnotes/app
synced 2026-08-04 09:19:25 -04:00
* chore: display shared vault file usage * fix: specs * fix: reshape filtering result * fix: resolving invalid server items * fix: get revisions specs * fix: processing issue * fix: tests --------- Co-authored-by: Mo <[email protected]>
8 lines
174 B
TypeScript
8 lines
174 B
TypeScript
import { ApplicationIdentifier } from '@standardnotes/models'
|
|
|
|
export type ApplicationDescriptor = {
|
|
identifier: ApplicationIdentifier
|
|
label: string
|
|
primary: boolean
|
|
}
|