interface MappingDetails {
    mappings?: { [key: string]: InputValue };
}

Properties

Properties

mappings?: { [key: string]: InputValue }