Store object.

interface StoreObject {
    body: Buffer;
    metadata: {
        [key: string]: string;
    };
}

Properties

Properties

body: Buffer
metadata: {
    [key: string]: string;
}

Type declaration

  • [key: string]: string

Generated using TypeDoc