Documentation
    Preparing search index...

    Type Alias SignDataPayloadCell

    type SignDataPayloadCell = {
        cell: string;
        schema: string;
        type: "cell";
    }
    Index

    Properties

    Properties

    cell: string
    schema: string
    type: "cell"