Dict type
Home > @cbnsndwch/zero-contracts > Dict
Dict type
Signature:
type Dict<T = any> = {
[key: string]: T;
};How was this page?
Home > @cbnsndwch/zero-contracts > Dict
Signature:
type Dict<T = any> = {
[key: string]: T;
};How was this page?