interface ConfigKey {
    per_type_index: bigint;
    per_type_key: number[];
}

Properties

per_type_index: bigint
per_type_key: number[]