@gibme/starlink
    Preparing search index...

    Interface DataPoolUsage<DateType>

    interface DataPoolUsage<DateType extends Date | string = string> {
        blocksCount: number;
        consumedAmountGB: number;
        dataBlockType: unknown;
        expirationDateUtc: DateType;
        isoCurrencyCode: string;
        perBlockAmountGB: number;
        perBlockPrice: number;
        productId: string;
        startDateUtc: DateType;
        totalAmountGB: number;
        totalPrice: number;
    }

    Type Parameters

    • DateType extends Date | string = string
    Index

    Properties

    blocksCount: number
    consumedAmountGB: number
    dataBlockType: unknown
    expirationDateUtc: DateType
    isoCurrencyCode: string
    perBlockAmountGB: number
    perBlockPrice: number
    productId: string
    startDateUtc: DateType
    totalAmountGB: number
    totalPrice: number