interface StoredValueCreationOptions {
    defaultValue: string;
}

Properties

Properties

defaultValue: string