mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-09 19:22:51 +00:00
10 lines
232 B
TypeScript
10 lines
232 B
TypeScript
import {SCBulkResponse, SCThingType} from '../../src/index.js';
|
|
|
|
export const bulkResponse: SCBulkResponse = {
|
|
expiration: '2009-06-30T18:30:00+02:00 ',
|
|
source: 'bar',
|
|
state: 'done',
|
|
type: SCThingType.Dish,
|
|
uid: 'foo',
|
|
};
|