ExecutionResult

type ExecutionResult = Prettify<
ExecutionResult4337Serialized & {
cancelledAt: string | null;
chain: Chain;
confirmedAt: string | null;
createdAt: string;
from: string | undefined;
id: string;
}
>;