Type Alias Extract<T>

Extract<T>: {
    attrs: T;
    body: string;
    frontMatter: string;
}

Return type for extract function.

Type Parameters

  • T