Chartbreaker
    Preparing search index...

    Type Alias DividendRequest

    type DividendRequest = {
        currency: string | undefined;
        instrument: string;
    }
    Index

    Properties

    Properties

    currency: string | undefined
    instrument: string