UNPKG

@datalayer/core

Version:
15 lines (14 loc) 354 B
/* * Copyright (c) 2023-2025 Datalayer, Inc. * Distributed under the terms of the Modified BSD License. */ export const asDatasource = (s) => { return { id: s.uid, variant: s.variant_s, name: s.name_s, description: s.description_t, database: s.database_s, outputBucket: s.output_bucket_s, }; };