Variable $StorageEntryV15Const
$StorageEntryV15: $.Shape<{     default: `0x${string}`;     docs: string[];     modifier: string;     name: string;     storageType: {         type: "Plain";         value: {             valueTypeId: number;         };     } | {         type: "Map";         value: {             hashers: (                | "identity"                | "blake2_128"                | "blake2_256"                | "blake2_128Concat"                | "twox128"                | "twox256"                | "twox64Concat")[];             keyTypeId: number;             valueTypeId: number;         };     }; }, {     default: `0x${string}`;     docs: string[];     modifier: string;     name: string;     storageType: {         type: "Plain";         value: {             valueTypeId: number;         };     } | {         type: "Map";         value: {             hashers: (                | "identity"                | "blake2_128"                | "blake2_256"                | "blake2_128Concat"                | "twox128"                | "twox256"                | "twox64Concat")[];             keyTypeId: number;             valueTypeId: number;         };     }; }> = $StorageEntryV14