ActionPostWithCallbackResponse
Type Alias: ActionPostWithCallbackResponse
type ActionPostWithCallbackResponse = {
links: | {
next: {
href: string;
type: "post";
};
}
| null;
transaction: string;
type: "post" | "transaction" | "message" | "external-link";
};Properties
links?
transaction
type
Last updated