Interface SBStorePageImage

SBStorePageImage and SBStoreBuffer are treated the same in the DB layer, separate interfaces are used for clarity's sake in the API layer. Please make sure the APIs match

interface SBStorePageImage {
    data: WrappedImage;
}

Properties

Properties

Generated using TypeDoc