7 lines
93 B
TypeScript
7 lines
93 B
TypeScript
export const streamStore = $state({
|
|
Url: '',
|
|
CertHash: [0],
|
|
Width: 0,
|
|
Height: 0,
|
|
});
|