mirror of https://github.com/abpframework/abp
parent
817ca703b3
commit
28dad4ccdb
@ -0,0 +1,6 @@
|
||||
export interface LocalizationWithDefault {
|
||||
key: string;
|
||||
defaultValue: string;
|
||||
}
|
||||
|
||||
export type LocalizationParam = string | LocalizationWithDefault;
|
||||
Loading…
Reference in new issue