Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "lib/types"

Index

Type aliases

GetDataCallback

GetDataCallback: function

Callback function to retrieve the minute (either via a fetch from Github or from the local file system) and return the minute text.

(Note that this function returns a Promise for the retrieval, not the result itself!)

Type declaration

    • (file_name: string): Promise<string>
    • Parameters

      • file_name: string

      Returns Promise<string>

WriteDataCallback

WriteDataCallback: function

Callback function to write the final process files (either via a Github repo or to the local file system).

Type declaration