mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-07-06 09:51:29 +02:00
#369 - required fields
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
|
||||
|
||||
export interface BaseFieldProps<T> {
|
||||
label: string;
|
||||
value: T | null;
|
||||
required?: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user