Type Alias StringAnyType

StringAnyType: {
    [key: string]: any;
}