The Standard defines it as an "array of n const char", so it's const char[n] (n is the size of the string, including the terminating NUL byte).
Section 7, § 2.14.15:
A narrow string literal has type “array of n const char”, where n is the size of the string as defined below, and has static storage duration.