mirror of
https://github.com/linkwarden/linkwarden.git
synced 2026-07-01 08:16:26 +00:00
5 lines
73 B
TypeScript
5 lines
73 B
TypeScript
export interface Options {
|
|
label: string;
|
|
value?: string | number;
|
|
}
|