mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-21 18:24:26 +08:00
add readonly modifier
This commit is contained in:
+2
-2
@@ -4,8 +4,8 @@ export type PartialRecord<K extends keyof any, T> = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export interface NameValue {
|
export interface NameValue {
|
||||||
name: string;
|
readonly name: string;
|
||||||
value: string;
|
readonly value: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface TypeAndName {
|
export interface TypeAndName {
|
||||||
|
|||||||
Reference in New Issue
Block a user