fix(core): update
This commit is contained in:
parent
8e1459bc86
commit
d63621fe82
8
ts/00_commitinfo_data.ts
Normal file
8
ts/00_commitinfo_data.ts
Normal file
@ -0,0 +1,8 @@
|
||||
/**
|
||||
* autocreated commitinfo by @pushrocks/commitinfo
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@apiglobal/typedrequest-interfaces',
|
||||
version: '1.0.16',
|
||||
description: 'interfaces for making typed requests'
|
||||
}
|
@ -58,3 +58,10 @@ export interface ITypedEvent<T> {
|
||||
uniqueEventId: string;
|
||||
payload: T;
|
||||
}
|
||||
|
||||
export interface ITag {
|
||||
name: string;
|
||||
payload: any;
|
||||
}
|
||||
|
||||
export type implementsTag<T, U extends T> = {};
|
||||
|
Loading…
Reference in New Issue
Block a user