Type alias KeyboardVKPayHash

KeyboardVKPayHash: (IVKPayPayToGroup | IVKPayPayToUser | IVKPayTransferToGroup | IVKPayTransferToUser) & {
    aid: string | number;
}

Type declaration

  • aid: string | number

    Application id

Generated using TypeDoc