[ACS-6630] Reverting unneeded changes

This commit is contained in:
swapnil.verma 2024-05-06 12:37:47 +05:30
parent 8fb721215e
commit 977eb91c0d

View File

@ -51,5 +51,5 @@ export interface ContentActionRef extends ExtensionElement {
export interface ActionRef {
id: string;
type: string;
payload?: string;
payload?: any;
}