12 lines
415 B
TypeScript
12 lines
415 B
TypeScript
export const mockChannel = {
|
|
channelId: 'some-region#some-application-id#some-channel-name.s3bS4Udv1y5G',
|
|
alias: 'some-channel-name',
|
|
name: 'some-channel-name',
|
|
description: 'some-channel-description',
|
|
type: 'default',
|
|
options: [],
|
|
streamKey: '2GKJt4TP9vrJuHFhJNRm5lUJ1tGHW5LUXWWGlvz1L7S9PHVFGql82sOPI1AxbDQUeGZALVG3DuJAs63IC7agZEyljEIPM1a3b4',
|
|
created: '2024-01-01',
|
|
lastUpdated: '2024-01-01'
|
|
};
|