Multi-Tool Finance Agent
    Preparing search index...

    Interface FreezeRecord

    interface FreezeRecord {
        accountId: string;
        frozenAt: string;
        reason: string;
        status: "frozen";
    }
    Index

    Properties

    accountId: string
    frozenAt: string
    reason: string
    status: "frozen"