Home > @vsf-enterprise/commercetools-types > Scalars
# Scalars type
All built-in and custom scalars, mapped to their actual values
Signature:
export declare type Scalars = {
ID: string;
String: string;
Boolean: boolean;
Int: number;
Float: number;
Set: any;
Time: any;
Country: any;
Currency: any;
Date: any;
DateTime: any;
Json: any;
KeyReferenceInput: any;
Locale: any;
SearchFilter: any;
SearchSort: any;
YearMonth: any;
BigDecimal: any;
Long: any;
};