update type
This commit is contained in:
parent
fbab67df35
commit
eb23fd4e60
|
@ -2622,6 +2622,15 @@ type ModerationLog = {
|
||||||
} | {
|
} | {
|
||||||
type: 'createInvitation';
|
type: 'createInvitation';
|
||||||
info: ModerationLogPayloads['createInvitation'];
|
info: ModerationLogPayloads['createInvitation'];
|
||||||
|
} | {
|
||||||
|
type: 'createAd';
|
||||||
|
info: ModerationLogPayloads['createAd'];
|
||||||
|
} | {
|
||||||
|
type: 'updateAd';
|
||||||
|
info: ModerationLogPayloads['updateAd'];
|
||||||
|
} | {
|
||||||
|
type: 'deleteAd';
|
||||||
|
info: ModerationLogPayloads['deleteAd'];
|
||||||
});
|
});
|
||||||
|
|
||||||
// @public (undocumented)
|
// @public (undocumented)
|
||||||
|
|
|
@ -674,4 +674,13 @@ export type ModerationLog = {
|
||||||
} | {
|
} | {
|
||||||
type: 'createInvitation';
|
type: 'createInvitation';
|
||||||
info: ModerationLogPayloads['createInvitation'];
|
info: ModerationLogPayloads['createInvitation'];
|
||||||
|
} | {
|
||||||
|
type: 'createAd';
|
||||||
|
info: ModerationLogPayloads['createAd'];
|
||||||
|
} | {
|
||||||
|
type: 'updateAd';
|
||||||
|
info: ModerationLogPayloads['updateAd'];
|
||||||
|
} | {
|
||||||
|
type: 'deleteAd';
|
||||||
|
info: ModerationLogPayloads['deleteAd'];
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue