interface RecordEntityStoreOpts {
    ignoreDefaultValues?: boolean;
}

Properties

ignoreDefaultValues?: boolean