sasakiassociates / speckle

JavaScript client for the Speckle API
15 stars 1 forks source link

TS Exports for types should be under `export type` #5

Closed gouldingken closed 1 year ago

gouldingken commented 1 year ago

TS Exports for types should be under export type

export type {
    CommitData,
    UserData,
    SpeckleConfig,
    SpeckleBaseObject,
    SpeckleAppConfig
}
ericyoungberg commented 1 year ago

Solved this morning